Decrypt the current region between start and end. It replaces the region with the decrypted text.
Decrypt OpenPGP armors in the current region between start and end. The difference from
epa-decrypt-regionis thatepa-decrypt-armor-in-regionsearches armors in the region and appliesepa-decrypt-regionto each of them. That is, this command does not alter the original text around armors.
Verify the current region between start and end. It sends the verification result to the minibuffer or a popup window. It replaces the region with the signed text.
Verify OpenPGP cleartext blocks in the current region between start and end. The difference from
epa-verify-regionis thatepa-verify-cleartext-in-regionsearches OpenPGP cleartext blocks in the region and appliesepa-verify-regionto each of them. That is, this command does not alter the original text around OpenPGP cleartext blocks.
Sign the current region between start and end. By default, it creates a cleartext signature. If a prefix argument is given, it will let you select signing keys, and then a signature type.
Encrypt the current region between start and end. It will let you select recipients. If a prefix argument is given, it will also ask you whether or not to sign the text before encryption and if you answered yes, it will let you select the signing keys.